home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue48 / Construc / UNIT1.DFM / UNIT1.txt
Encoding:
Text File  |  1999-06-25  |  412 b   |  19 lines

  1. object Form1: TForm1
  2.   Left = 248
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'The Delphi Magazine #48 - Dynamic Game of Memory'
  6.   ClientHeight = 402
  7.   ClientWidth = 602
  8.   Color = clNavy
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clMaroon
  11.   Font.Height = -32
  12.   Font.Name = 'Comic Sans MS'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 45
  18. end
  19.